home *** CD-ROM | disk | FTP | other *** search
- object TeleMagicSpellDialog: TTeleMagicSpellDialog
- Left = 608
- Top = 127
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Spell Check'
- ClientHeight = 157
- ClientWidth = 386
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ErrorLabel: TLabel
- Left = 8
- Top = 8
- Width = 53
- Height = 13
- Caption = 'Not Found:'
- FocusControl = NotFound
- end
- object ActionLabel: TLabel
- Left = 8
- Top = 32
- Width = 68
- Height = 13
- Caption = '&Replace With:'
- FocusControl = WordEdit
- end
- object SuggestLabel: TLabel
- Left = 8
- Top = 57
- Width = 61
- Height = 13
- Caption = '&Suggestions:'
- FocusControl = SuggestBox
- end
- object NotFound: TEdit
- Left = 96
- Top = 8
- Width = 281
- Height = 21
- HelpContext = 912
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 11
- end
- object WordEdit: TEdit
- Left = 96
- Top = 32
- Width = 121
- Height = 21
- HelpContext = 913
- TabOrder = 12
- end
- object SuggestBox: TListBox
- Left = 96
- Top = 56
- Width = 121
- Height = 97
- HelpContext = 914
- ItemHeight = 13
- TabOrder = 13
- end
- object ChangeAll: TButton
- Left = 224
- Top = 32
- Width = 75
- Height = 22
- HelpContext = 900
- Caption = '&Change All'
- Enabled = False
- TabOrder = 3
- OnClick = ChangeAllClick
- end
- object Change: TButton
- Left = 304
- Top = 32
- Width = 75
- Height = 22
- HelpContext = 901
- Caption = 'C&hange'
- Enabled = False
- TabOrder = 4
- OnClick = ChangeClick
- end
- object IgnoreAll: TButton
- Left = 224
- Top = 56
- Width = 75
- Height = 22
- HelpContext = 902
- Caption = '&Ignore All'
- Enabled = False
- TabOrder = 5
- OnClick = IgnoreAllClick
- end
- object Ignore: TButton
- Left = 304
- Top = 56
- Width = 75
- Height = 22
- HelpContext = 903
- Caption = 'I&gnore'
- Enabled = False
- TabOrder = 6
- OnClick = IgnoreClick
- end
- object Add: TButton
- Left = 224
- Top = 80
- Width = 75
- Height = 22
- HelpContext = 904
- Caption = '&Add'
- Enabled = False
- TabOrder = 7
- OnClick = AddClick
- end
- object AutoCorrect: TButton
- Left = 304
- Top = 80
- Width = 75
- Height = 22
- HelpContext = 905
- Caption = 'Au&to-Correct'
- Enabled = False
- TabOrder = 8
- OnClick = AutoCorrectClick
- end
- object Cancel: TBitBtn
- Left = 304
- Top = 130
- Width = 75
- Height = 23
- HelpContext = 911
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 10
- OnClick = CancelClick
- NumGlyphs = 2
- end
- object UndoLast: TButton
- Left = 8
- Top = 83
- Width = 75
- Height = 22
- HelpContext = 908
- Caption = 'Undo &Last'
- Enabled = False
- TabOrder = 1
- OnClick = UndoLastClick
- end
- object Suggest: TButton
- Left = 8
- Top = 59
- Width = 75
- Height = 22
- HelpContext = 906
- Caption = 'S&uggest'
- Enabled = False
- TabOrder = 0
- OnClick = SuggestClick
- end
- object Done: TButton
- Left = 224
- Top = 130
- Width = 75
- Height = 23
- Caption = '&Done'
- Default = True
- TabOrder = 9
- OnClick = DoneClick
- end
- object Start: TButton
- Left = 8
- Top = 107
- Width = 75
- Height = 22
- HelpContext = 908
- Caption = '&Start'
- Enabled = False
- TabOrder = 2
- OnClick = StartClick
- end
- object DC: TDialogControl
- WordEdit = WordEdit
- Suggestions = SuggestBox
- OnChangeEnabled = DC1ChangeEnabled
- OnChangeVisible = DC1ChangeVisible
- OnGetCaption = DC1GetCaption
- OnSetCaption = DC1SetCaption
- OnResize = DCResize
- Left = 352
- end
- end
-